home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / topmargi.helppage < prev    next >
Text File  |  1991-10-23  |  2KB  |  22 lines

  1. +-----------------------------------------------------------------------------+
  2. |                            TEXT1 \topmargin (\tma) COMMAND                  |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \topmargin (\tma) command will set the distance from the top of the page to
  6. the top of the running top title text. This command has the format:            
  7.                                                                                
  8.           \topmargin{uu}                                                       
  9.                                                                                
  10. where "uu" is  the unit of measurement in  number of lines or in  any valid TeX
  11. measurement  (pt, pc,  in,  etc.).  The  default  top margin  is  one inch,  or
  12. \topmargin{1IN}. This command may only appear at the beginning of the TeX input
  13. file before any actual text is entered.                                        
  14.                                                                                
  15. In order  to change the  top margin from  the default  of one inch  to one-half
  16. inch, you would enter:                                                         
  17.                                                                                
  18.           \tma{.5in}                                                           
  19.                                                                                
  20. Which would give  you one-half inch between the  top of the page to  the top of
  21. the running top title.                                                         
  22.